home *** CD-ROM | disk | FTP | other *** search
- object DlgText: TDlgText
- Left = 254
- Top = 163
- HelpContext = 5
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Search Text'
- ClientHeight = 272
- ClientWidth = 580
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- Scaled = False
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 11
- Top = 25
- Width = 32
- Height = 17
- Caption = '&Text:'
- FocusControl = SText
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 10
- Top = 147
- Width = 415
- Height = 71
- end
- object Label2: TLabel
- Left = 97
- Top = 164
- Width = 238
- Height = 16
- Caption = 'Lines shown before text location (max. 9)'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 96
- Top = 193
- Width = 228
- Height = 16
- Caption = 'Lines shown after text location (max. 9)'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 10
- Top = 60
- Width = 558
- Height = 78
- end
- object SText: TEdit
- Left = 48
- Top = 20
- Width = 381
- Height = 26
- Font.Color = clNavy
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- MaxLength = 40
- ParentFont = False
- TabOrder = 0
- end
- object RBText: TRadioButton
- Left = 454
- Top = 19
- Width = 113
- Height = 17
- Caption = 'Te&xt'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object RBHex: TRadioButton
- Left = 454
- Top = 34
- Width = 113
- Height = 17
- Caption = 'Hex c&odes'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object CBCase: TCheckBox
- Left = 17
- Top = 70
- Width = 285
- Height = 17
- Caption = '&Match case'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object CBOne: TCheckBox
- Left = 17
- Top = 90
- Width = 207
- Height = 17
- Caption = 'Search only &1 text in each file'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object CBWord: TCheckBox
- Left = 17
- Top = 110
- Width = 202
- Height = 17
- Caption = '&Whole words only'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object CBLineNr: TCheckBox
- Left = 331
- Top = 70
- Width = 228
- Height = 17
- Caption = 'Show line numbers'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object CBLine: TCheckBox
- Left = 331
- Top = 90
- Width = 225
- Height = 17
- Caption = 'Show found lines'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- object BitBtn1: TBitBtn
- Left = 7
- Top = 232
- Width = 98
- Height = 30
- Caption = 'C&ontinue'
- Default = True
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- OnClick = BitBtn1Click
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333FFF333333333333000333333333
- 3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
- 3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
- 0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
- BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
- 33337777773FF733333333333300033333333333337773333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- end
- object BtnCancel: TBitBtn
- Left = 470
- Top = 232
- Width = 97
- Height = 30
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnClick = BtnCancelClick
- Kind = bkCancel
- end
- object CBBefore: TCheckBox
- Left = 35
- Top = 163
- Width = 22
- Height = 17
- TabStop = False
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 8
- end
- object CBAfter: TCheckBox
- Left = 35
- Top = 192
- Width = 22
- Height = 17
- TabStop = False
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 9
- end
- object EBefore: TOvcNumericField
- Left = 60
- Top = 165
- Width = 25
- Height = 20
- Cursor = crIBeam
- AutoSize = False
- CaretOvr.Shape = csBlock
- Controller = OvcController1
- DisabledColors.BackColor = clWindow
- DisabledColors.TextColor = clGrayText
- ErrorColors.BackColor = clRed
- ErrorColors.TextColor = clBlack
- HighlightColors.BackColor = clHighlight
- HighlightColors.TextColor = clHighlightText
- PictureMask = '9'
- TabOrder = 12
- RangeHigh = {09000000000000000000}
- RangeLow = {00000000000000000000}
- end
- object EAfter: TOvcNumericField
- Left = 60
- Top = 189
- Width = 25
- Height = 20
- Cursor = crIBeam
- AutoSize = False
- CaretOvr.Shape = csBlock
- Controller = OvcController1
- DisabledColors.BackColor = clWindow
- DisabledColors.TextColor = clGrayText
- ErrorColors.BackColor = clRed
- ErrorColors.TextColor = clBlack
- HighlightColors.BackColor = clHighlight
- HighlightColors.TextColor = clHighlightText
- PictureMask = '9'
- TabOrder = 13
- RangeHigh = {09000000000000000000}
- RangeLow = {00000000000000000000}
- end
- object OvcController1: TOvcController
- EntryCommands.TableList = (
- 'Default'
- True
- ()
- 'WordStar'
- False
- ()
- 'Grid'
- False
- ())
- Left = 516
- Top = 154
- end
- end
-